Editing

Description

Settings that define the Editor and Editor set for the selected field.

Name
Description
Method for specifying Editor - Editor set

If you select 'Static' then you can specify the Editor Set and Editor for this field now. If you specify 'Javascript Function' or 'Javascript Code' you can dynamically specify the Editor Set and Editor at run-time.

Javascript code to specify Editor set/Editor

Specify the Javascript code to run to set the Editor Set and Editor name. Your must return an array containing the Editor set and Editor name to use to edit the field.

Javascript function to specify Editor set/Editor

Defines a JavaScript function to call that calculates the Editor and Editor set to use for editing the field.

Editor set

The Editor set that contains the Editor used to edit the value in the field.

Editor

The Editor used to edit the value in the field.

Group name

When you define an editor inside an editor set, and you click on a given field in the Form View, you then have the option of editing that individual field inside the editor. If you wanted to click on a single field in the Form View, like an ADDRESS field, and then edit multiple fields in one go, you would need a 'group' of editors. Click on a given field in the group and you will be able to edit all of the fields in that group.

Validation Javascript

Specify Javascript code to perform client-side validation on the field value.

Default Value for New Record Javascript

When a new record is created the default value for this field can be set by executing Javascript. Your code must 'return' the default value to use.